I believe you look at the problem from the wrong angle:
Try to create first, unused issue containing static articles
than next issue should be the newspaper routine
and from templates in menu you can have link or informations related to
the first issue simply by setting the first issue in
environment.
this might help you.
However if the case is different and you simply wish to list all
articles in section sport regardless on issue, then simply use the same
directive as above and turn issue off.
Than create the list.
Ondra
On Sat, 2006-04-08 at 17:02 +0200, phorum@code.campware.org wrote:
> Author: jlapegna
> Link: http://code.campware.org/phorum/read.php?8,3847,3847#msg-3847
> --------------------------------------------------------------------------------
>
> Hello,
>
> I have been trying to figure this out myself with no luck. Is there any way to have a specific section in campsite whose articles will be the same regardless of the issue.
>
> The problem we are having is we have some data that we would like repeated in every issue, but when we duplicate an issue to make a new one all the articles get cleared.
>
> Thanks,
>
> Joseph A. Lapegna
> Interactive Designer, Co-founder
> www.creativemotion.ca
> 416.892.8964
>
I have created a new issue (number 5)... but when I try to list the sections in the new issue it gives me the sections for the current issue (not for issue 5).
be sure the publication is published.
I use the same code and it works on my site.
ondra
On Fri, 2006-04-14 at 19:58 +0200, phorum@code.campware.org wrote:
> Author: jlapegna
> Link: http://code.campware.org/phorum/read.php?8,3848,3909#msg-3909
> --------------------------------------------------------------------------------
>
> Thanks Ondra!
>
> I have created a new issue (number 5)... but when I try to list the sections in the new issue it gives me the sections for the current issue (not for issue 5).
>
> here's what I'm doing
>
>
>
>
>
> ">
>
>
>
However, if I have two issues Published, how do I know which one is the current issue. All the code I use to point to the current issue is now pointed to this issue.
Well, it is easy. I use the first issue for static pages and each next
issue is safely the current one.
All templates work with current issue, only sometimes I localy change
the environment to point to the first one. Display info from the first
one and endlocal will switch me back to current.
The other solution is to put static info to different publication as in
my mediaturtle.com site. I use www.mediaturtle.com for static and
news.mediaturtle.com for news info. Than my web simply works on the
issue you select (the current or select the news issue from archive)
however the static info from other publication is all the time the same.
Ondra
On Fri, 2006-04-14 at 22:00 +0200, phorum@code.campware.org wrote:
> Author: jlapegna
> Link: http://code.campware.org/phorum/read.php?8,3848,3911#msg-3911
> --------------------------------------------------------------------------------
>
> that seems to work.
>
> However, if I have two issues Published, how do I know which one is the current issue. All the code I use to point to the current issue is now pointed to this issue.
>
Now, is there a way to change the issue numbers? I am stuck with the static content as 5, and the current dynamic issue as 2 (so it shows the static content as current issue).
set the static issue number to 1.
Current uses the highest issue number.
Ondra
On Fri, 2006-04-14 at 22:24 +0200, phorum@code.campware.org wrote:
> Author: jlapegna
> Link: http://code.campware.org/phorum/read.php?8,3848,3913#msg-3913
> --------------------------------------------------------------------------------
>
> Okay, makes sense.
>
> Now, is there a way to change the issue numbers? I am stuck with the static content as 5, and the current dynamic issue as 2 (so it shows the static content as current issue).
>
> Thanks for all the help.
>